Fix failure of `restart-emacs' to restart Emacs on Android
authorPo Lu <luangruo@yahoo.com>
Tue, 14 May 2024 02:16:18 +0000 (10:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 14 May 2024 02:16:31 +0000 (10:16 +0800)
commitfff245c52931fc829877ae379e48b373c15a1dcb
tree2d0d3ae231efc334ee882dee1c27aee036a72e69
parent8dccc586ea4e927226585d15386cd935b15e9464
Fix failure of `restart-emacs' to restart Emacs on Android

* src/emacs.c (Fkill_emacs) [HAVE_ANDROID && !ANDROID_STUBIFY]:
Arrange to terminate Emacs upon receipt of a bus error.
src/emacs.c